home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / RAMSES 2.2 / RAMSES 2.2 Extras / Alpha Editor Support / READ ME Installation.tcl < prev    next >
Text File  |  1996-06-21  |  2KB  |  73 lines

  1. # To get you started with the Modula-2 support for the Alpha editor
  2. # =================================================================
  3. # You can use Alpha as your preferred editor while programing
  4. # in Modula-2 on the Macintosh, e.g. using the MacMETH implementation
  5. # or if you are developing simulation models with RAMSES. The Alpha editor
  6. # is a very powerful, versatile text editor, available as freeware.
  7. # Check the following places to get it:
  8.  
  9.  http://www.cs.umd.edu/~keleher/alpha.html
  10.  
  11. # or
  12.  
  13.  ftp://www.cs.umd.edu/pub/faculty/keleher/Alpha/
  14.  
  15.  
  16. # To obtain information about MacMETH, the "Dialog Machine", ModelWorks,
  17. # and RAMSES use anonymous 
  18.  
  19.  ftp  (ftp.ito.umnw.ethz.ch = 129.132.80.130)
  20.  
  21. # and download RAMSES from the directory /pub/pc/RAMSES or /pub/mac/RAMSES.
  22.  
  23.  
  24. # Installation
  25. # ============
  26. # In order to be able to work with the Alpha editor while programing
  27. # with the MacMETH or RAMSES shell you have to perform the following 2
  28. # (in some cases 3) installation steps:
  29.     
  30. # Step 1:
  31. # ------
  32. # add the following 4 lines into your Prefs.tcl file. This 
  33. # file can be easily opened from within Alpha (menu Edit command 
  34. # "Edit Prefs.tcl"):
  35.  
  36. # Loading of Modula-2 programing utilities during start-up
  37. if {[file exists "$HOME:Tcl:UserCode:Modula-2.tcl"]} {
  38.     source  "$HOME:Tcl:UserCode:Modula-2.tcl"
  39. }
  40.  
  41. # Besides, Prefs.tcl resides within your Alpha folder within the 
  42. # folder Preferences within your System 7 folder.  
  43.  
  44. # Step 2:
  45. # ------
  46. # To install respectively update any Modula-2 utilities move the 
  47. # following files into the following Alpha folders:
  48. #
  49. #    File                Folder to which you move or overwrite the file
  50. #    
  51. #    "Modula-2 Help"        Help
  52. #      Modula-2.tcl        Tcl:UserCode
  53. #
  54. # Read the on-line help to get going.
  55.  
  56. # Step 3 (optional):
  57. # -----------------
  58. # If you use older system software (< 7.5) you need to install also
  59. # the INIT "Macintosh Drag and Drop" or Alpha will complain at each
  60. # start-up with a confusing message "Drag error # -1055, have you
  61. # installed Apple's drag init?". The needed init is available as part
  62. # of Apple's System 7.5 software or the "Now Utilities" V5.01. 
  63.  
  64.  
  65. # Unless you change also to a new Alpha release, updating of 
  66. # the Modula-2 support requires only to update the files 
  67. # "Modula-2.tcl" respectively "Modula-2 Help", i.e. step 1 (and 3) 
  68. # can be skipped.
  69.  
  70. af 22Sep/95 ETHZ
  71.  
  72. # P.S.: Older pre 6.0 versions of Alpha required a different method of 
  73. # installation which is no longer supported.